JavaScript

{dialog.object}_persistFS Method

Syntax

{dialog.object}._persistFS();

Returns

locationstring

Returns the file system URL for the directory where List data sub-directory is saved.

Description

Gets the file system URL of the directory in which the List data sub-directory is located.

Example

var fsLocation = {dialog.object}._persistFS();
var fileSystemFolder = {dialog.object}._persistFolder();

var fileAndURL = fsLocation + fileSystemFolder;
alert(fileAndURL);
In the case where the component is running in AlphaLaunch, the base folder for the files is in a special folder returned by the A5.shell.getAppFileStorageDir method. {dialog.object}._persistFS() will return the appropriate base folder name when the component is running in AlphaLaunch.